home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TOPRENAMEDIALOG / TOPRENAMEDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  60 lines

  1. inherited OpRenameDialog: TOpRenameDialog
  2.   HelpType = htKeyword
  3.   HelpKeyword = 'Rename'
  4.   Caption = 'Rename'
  5.   PixelsPerInch = 96
  6.   TextHeight = 13
  7.   inherited ActionGroupBox: TUiGroupBox
  8.     object OldMaskLbl: TUiLabel
  9.       Left = 56
  10.       Top = 60
  11.       Width = 47
  12.       Height = 13
  13.       Alignment = taRightJustify
  14.       Caption = 'Old mask:'
  15.       FocusControl = OldMaskEdit
  16.     end
  17.     object NewMaskLbl: TUiLabel
  18.       Left = 50
  19.       Top = 84
  20.       Width = 53
  21.       Height = 13
  22.       Alignment = taRightJustify
  23.       Caption = 'New mask:'
  24.       FocusControl = NewMaskEdit
  25.     end
  26.     object IsDOSEdit: TUiRadioButton
  27.       Left = 24
  28.       Top = 24
  29.       Height = 17
  30.       Caption = '&DOS compatible'
  31.       TabOrder = 0
  32.       OnClick = IsRegExpClick
  33.     end
  34.     object IsRegExpEdit: TUiRadioButton
  35.       Left = 184
  36.       Top = 24
  37.       Height = 17
  38.       Caption = 'Regular &expressions'
  39.       TabOrder = 1
  40.       OnClick = IsRegExpClick
  41.     end
  42.     object OldMaskEdit: TUiEdit
  43.       Left = 112
  44.       Top = 56
  45.       Width = 249
  46.       Height = 21
  47.       TabOrder = 2
  48.       OnChange = MaskEditChange
  49.     end
  50.     object NewMaskEdit: TUiEdit
  51.       Left = 112
  52.       Top = 80
  53.       Width = 249
  54.       Height = 21
  55.       TabOrder = 3
  56.       OnChange = MaskEditChange
  57.     end
  58.   end
  59. end
  60.